Why did the nearsighted man fall in the well?
He couldn’t see that well!
create_notable('zachary') %>% activate(nodes) %>% mutate(group = as.factor(group_infomap())) %>% ggraph(layout = 'kk') + geom_edge_fan(width=.2) + geom_node_point(aes(color = group), size = 5)
How does this differ from real-world networks?
What does this make you see differently?
Social networks are much more interesting!